From 15325fe546d8cdc2c51aa65cc3001c43480f7eb0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 2 Aug 2020 23:29:42 -0400 Subject: [PATCH] Bump the pango dependency Require pango 1.45.5, so we can use pango_color_parse_with_alpha. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ce711e9ba0..d193835a75 100644 --- a/meson.build +++ b/meson.build @@ -27,7 +27,7 @@ else endif glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req) -pango_req = '>= 1.45.0' +pango_req = '>= 1.45.5' fribidi_req = '>= 0.19.7' cairo_req = '>= 1.14.0' gdk_pixbuf_req = '>= 2.30.0' -- 2.30.2